-
Notifications
You must be signed in to change notification settings - Fork 1k
New Serverless Pattern - automate secrets manager tag #2595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| Eventbridge rule is configured to look for CreateSecret events to invoke a Lambda function to tag the secret with the creator's username. | ||
|
|
||
| # Deployment Instructions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly include instructions to clone the repository and cd to the pattern folder. Also, please include test & cleanup steps. You may refer any other newer patterns as reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added all the changes
|
Just noticed that there are few duplicate folders/files. Could you please update CR? |
Issue #, if available:
New Serverless Pattern: Implements automatic tagging of AWS Secrets Manager entries with the creator's username. When users authenticated via AWS IAM Identity Center create secrets, their username is automatically added as a tag. This enables easier ownership tracking and management of secrets across the organization.
Eventbridge rule is configured to look for CreateSecret events to invoke a Lambda function to tag the secret with the creator's username.
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.